home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / doorware / node105.zip / SAMPLE.BAT < prev    next >
DOS Batch File  |  1996-01-17  |  1KB  |  27 lines

  1.  
  2. @Echo Off
  3. Cls
  4. REM This is the batch file I use with a multinode set-up for node3
  5. REM in which I specify all settings on the command line. Your batch
  6. REM file may be much simpler then this.  It really depends on how your
  7. REM BBS software calls doors and makes drop files or whether you run a
  8. REM multinode BBS or not.
  9. REM
  10. REM I have each BBS node make a drop file in it's own node directory
  11. REM then I point Nodeview to that directory with the /P command line
  12. REM Parameter to find the proper drop file. I then use the /N with the
  13. REM correct node number.  The /CFG parameter gives you even more flexibility
  14. REM but is not required for all settings nor are any of the command line
  15. REM parameters required.
  16. REM
  17. REM If you run a single node BBS, just copy your drop file to the directory
  18. REM you have installed Nodeview in.  Then run the door with no parameters
  19. REM from the nodeview directory. Nodeview will gather all the information
  20. REM it needs from your drop file and the Nodeview.ctl file.
  21. REM
  22. @Echo off
  23. Cls
  24. cd\Nodeview
  25. Nodeview /N3 /B57600 /PC:\sbbs\NODE3 /CFG=C:\Nodeview\Node3.ctl
  26. cd\sbbs\node3
  27.